From: Eric Luehrsen Date: Fri, 24 May 2019 00:43:19 +0000 (-0400) Subject: luci-app-unbound: match dependencies with unbound package X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=3e358e5994346dd2febbfee046ec9a6a899f3b16;p=project%2Fluci.git luci-app-unbound: match dependencies with unbound package Signed-off-by: Eric Luehrsen --- diff --git a/applications/luci-app-unbound/Makefile b/applications/luci-app-unbound/Makefile index 6d953e13b2..6b43adab3f 100644 --- a/applications/luci-app-unbound/Makefile +++ b/applications/luci-app-unbound/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Unbound Recursive DNS Resolver Configuration -LUCI_DEPENDS:=+unbound +LUCI_DEPENDS:=+unbound-daemon include ../../luci.mk